type net/http.http2ConnectionError

54 uses

	net/http (current package)
		h2_bundle.go#L1393: type http2ConnectionError http2ErrCode
		h2_bundle.go#L1395: func (e http2ConnectionError) Error() string {
		h2_bundle.go#L2120: 	return http2ConnectionError(code)
		h2_bundle.go#L2311: 		return nil, http2ConnectionError(http2ErrCodeFrameSize)
		h2_bundle.go#L2322: 		return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2327: 		return nil, http2ConnectionError(http2ErrCodeFrameSize)
		h2_bundle.go#L2335: 		return nil, http2ConnectionError(http2ErrCodeFlowControl)
		h2_bundle.go#L2446: 		return nil, http2ConnectionError(http2ErrCodeFrameSize)
		h2_bundle.go#L2450: 		return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2488: 		return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2492: 		return nil, http2ConnectionError(http2ErrCodeFrameSize)
		h2_bundle.go#L2541: 		return nil, http2ConnectionError(http2ErrCodeFrameSize)
		h2_bundle.go#L2553: 			return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2800: 		return nil, http2ConnectionError(http2ErrCodeFrameSize)
		h2_bundle.go#L2804: 		return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2892: 		return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2914: 		return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L3181: 			return mh, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L3193: 			return mh, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L3197: 			return mh, http2ConnectionError(http2ErrCodeCompression)
		h2_bundle.go#L3214: 		return mh, http2ConnectionError(http2ErrCodeCompression)
		h2_bundle.go#L3538: 			return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L3542: 			return http2ConnectionError(http2ErrCodeFlowControl)
		h2_bundle.go#L3546: 			return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L3550: 			return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L5521: 	case http2ConnectionError:
		h2_bundle.go#L5546: 			return sc.countError("first_settings", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5586: 		return sc.countError("push_promise", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5611: 		return sc.countError("ping_on_stream", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5627: 			return sc.countError("stream_idle", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5659: 		return sc.countError("reset_idle_stream", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5723: 			return sc.countError("ack_mystery", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5731: 		return sc.countError("settings_big_or_dups", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5800: 			return sc.countError("setting_win_size", http2ConnectionError(http2ErrCodeFlowControl))
		h2_bundle.go#L5823: 		return sc.countError("data_on_idle", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5978: 		return sc.countError("headers_even", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L6006: 		return sc.countError("stream_went_down", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L6108: 		return sc.countError("dup_trailers", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L6324: 		return sc.countError("too_many_early_resets", http2ConnectionError(http2ErrCodeEnhanceYourCalm))
		h2_bundle.go#L7288: 	case http2ConnectionError:
		h2_bundle.go#L9409: 	if ce, ok := cc.readerErr.(http2ConnectionError); ok {
		h2_bundle.go#L9510: 	if ce, ok := err.(http2ConnectionError); ok {
		h2_bundle.go#L9564: 				return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L9632: 		if _, ok := err.(http2ConnectionError); ok {
		h2_bundle.go#L9803: 		return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L9809: 		return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L9814: 		return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L9937: 			return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L9951: 				return http2ConnectionError(http2ErrCodeFlowControl)
		h2_bundle.go#L9991: 			return http2ConnectionError(http2ErrCodeFlowControl)
		h2_bundle.go#L10137: 		return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L10156: 				return http2ConnectionError(http2ErrCodeFlowControl)
		h2_bundle.go#L10235: 		return http2ConnectionError(http2ErrCodeFlowControl)
		h2_bundle.go#L10342: 	return http2ConnectionError(http2ErrCodeProtocol)